-
Notifications
You must be signed in to change notification settings - Fork 48
test: Add new test skeleton based on Terratest and add/extend tests for multiple modules #257
Conversation
…1 test for module vpc_route as example of usage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍 :)
…ables.tf, outputs.tf
…B and simple with only CIDRS and MPL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Job! - general comment - when the terratest example are prepared, use as small number resources as possible - for instance - if there is not testing panorama features related with bootstrap - do not create s3 with bootstrap in such example. It extends the testing effort, costs etc.
Thanks for feedback @lstadnik . I will review all tests, which we prepared and think how we can optimise it. Regarding |
…ey_arn for kms_key_id
After consulting with @pimielowski problem with KMS ID, introduced changes in panorama module were restored and |
From your approval there were a lot of changes. Could you review it one more time, please?
🎉 This PR is included in version 0.4.2 🎉 The release is available on Terraform Registry and GitHub release
|
Description
PR delivers:
Motivation and Context
PR solves:
alb
module)bootstrap
module)panorama
module)subnet_set
module)transit_gateway
module)transit_gateway_peering
module)transit_gateway_attachment
module)vpc
module)vpc_route
module)How Has This Been Tested?
Code was tested by running Terratest as described in README.md in
tests
folder.Screenshots (if appropriate)
Not appropriate
Types of changes
Checklist